PartRemoved
ThePartRemoved
method should invalidate this embedded-frames iterator.
void PartRemoved ();DISCUSSION
The part whose embedded frames this iterator traverses calls this method when the part closes. This embedded-frames iterator then becomes invalid and should no longer attempt to communicate with its part; any pointers that this embedded-frames iterator had to its part should be considered invalid.OVERRIDING
When you subclassODEmbeddedFramesIterator
, you must override this method. Your override method must not call its inherited method; that is, your override method must implement this method's functionality completely.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help